#GoogleDrive{
  border: 2px solid #000;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 300px;
  height: 100px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
}


.video-container-setup {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-item {
  width: 45%;
}

.video-item{
  text-align: center;
}